CommandType Enumeration
Represents the type of command to execute on a data source.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration CommandType
| Table | 0 |
The command contains a table name. The form retrieves all of the data in the table.
|
| Query | 1 |
The command contains the name of query. The form retrieves and executes the query.
|
| Command | 2 |
The command contains an SQL statement. The form executes the SQL statement.
|
| None | 3 |
None.
|